github.com/andybalholm/brotli.dictionary.offsets_by_length (field)
5 uses
github.com/andybalholm/brotli (current package)
decode.go#L1873: var offset int = int(s.dictionary.offsets_by_length[i])
dictionary.go#L12: offsets_by_length [32]uint32
hash.go#L130: offset = uint(dictionary.words.offsets_by_length[len]) + len*word_idx
static_dict.go#L36: var offset uint = uint(dict.offsets_by_length[len]) + len*id
static_dict.go#L44: var offset uint = uint(d.offsets_by_length[w.len]) + uint(w.len)*uint(w.idx)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |